type github.com/jackc/pgx/v5/pgtype.scanPlanQcharCodecByte

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		qchar.go#L64: 			return scanPlanQcharCodecByte{}
		qchar.go#L73: type scanPlanQcharCodecByte struct{}
		qchar.go#L75: func (scanPlanQcharCodecByte) Scan(src []byte, dst any) error {